(Quick Reference)
create-app
Purpose
The starting point for Grails. This command creates a Grails application using the name specifed by the user. A subdirectory within the directory the command was executed from is then created based on the specified application name.
Examples
grails create-app bookstore
cd bookstore
grails create-app bookstore --skip-wrapper
cd bookstore
Arguments:
skip-wrapper
- If set the grailsw wrapper script and support files will not be generated
Description
Usage:
grails create-app [name] [--skip-wrapper]